Skip to main content

BooleanFunction

BooleanFunction[k,n] represents the kth Boolean function in n variables.

BooleanFunction[values] represents the Boolean function corresponding to the specified vector of truth values.

BooleanFunction[{{i11,i12,…}->o1,…}] represents the Boolean function defined by the specified mapping from inputs to outputs.

BooleanFunction[spec,{a1,a2,…}] gives the Boolean expression in variables ai corresponding to the Boolean function specified by spec.

BooleanFunction[spec,{a1,a2,…},form] gives the Boolean expression in the form specified by form.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.